This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Excel commands in an agent ~Fred Opfoomanjip 25.Nov.03 04:22 AM a Web browser Domino Designer 6.0.2 CF2Windows 2000
If you create the object with a command such as:
Set xlApp = CreateObject("Excel.Application"),
you should be able to quit the app and get rid of the object with:
xlApp.Quit
If you've already used this command, make sure your code isn't exiting before it gets to it.
You may also want to browse through the R5 forum for more info using the excel object libraries, there are lots of threads and snippets of code in there that you may find useful.